OAuth Functions
PHP Manual

oauth_urlencode

(PECL OAuth >=0.99.2)

oauth_urlencodeEncode a URI to RFC3686

Descripción

string oauth_urlencode ( string $uri )

Encodes a URI to » RFC3686.

Lista de parámetros

uri

URI to encode.

Valores retornados

Returns an » RFC3686 encoded string.


OAuth Functions
PHP Manual